home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / managers / IFocusManagerGroup.as < prev    next >
Text File  |  2009-02-12  |  310b  |  16 lines

  1. package mx.managers
  2. {
  3.    public interface IFocusManagerGroup
  4.    {
  5.        
  6.       
  7.       function get groupName() : String;
  8.       
  9.       function get selected() : Boolean;
  10.       
  11.       function set groupName(param1:String) : void;
  12.       
  13.       function set selected(param1:Boolean) : void;
  14.    }
  15. }
  16.